home *** CD-ROM | disk | FTP | other *** search
/ ittybittycomputers.com / www.ittybittycomputers.com.tar / www.ittybittycomputers.com / IttyBitty / CompileIt / CompileItDemo.hqx / CompileIt! Demo / card_6943.txt < prev    next >
Text File  |  2006-12-11  |  695b  |  35 lines

  1. -- card: 6943 from stack: in
  2. -- bmap block id: 2385
  3. -- flags: 4000
  4. -- background id: 6496
  5. -- name: Last Card
  6.  
  7.  
  8. -- part 3 (button)
  9. -- low flags: 80
  10. -- high flags: C001
  11. -- rect: left=233 top=222 right=244 bottom=333
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: CompileIt!
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   if HelpTest("card","fasta") then
  23.     answer "Call Heizer 800-888-7667 for full CompileIt!"
  24.   end if
  25. end mouseUp
  26.  
  27. on mouseDown
  28.   get HelpTest("card","fasta")
  29. end mouseDown
  30.  
  31. on mouseEnter
  32.   BalloonHelp "card","fasta",the rect of me
  33. end mouseEnter
  34.  
  35.